home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / manpage.xml < prev    next >
Text File  |  2002-09-24  |  719b  |  28 lines

  1. <search function="manpage">
  2.   <name>Linux man pages</name>
  3.   <description>
  4.     Search Linux man pages.
  5.   </description>
  6.   <link>http://www.oreillynet.com/linux/cmd/</link>
  7.   <category>Computers</category>
  8.   <contributor>Brent Beardsley</contributor>
  9.  
  10.   <script><![CDATA[
  11.     function manpage(q)
  12.     {
  13.       if( nullArgs("manpage", q) )
  14.         return false;
  15.  
  16.       var cmd = q.toLowerCase();
  17.       openSearchWindow("http://www.oreillynet.com/linux/cmd/"+cmd.substring(0,1)+"/"+cmd+".html");
  18.     }
  19.     ]]>
  20.   </script>
  21.  
  22.   <copyright>
  23.     Copyright (c) 2002 David Bau
  24.     Distributed under the terms of the
  25.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  26.   </copyright>
  27. </search>
  28.